ComponentOne ASP.NET MVC Controls
Bind(IEnumerable<T>) Method

C1.Web.Mvc.Fluent Namespace > ItemsBoundControlBuilder<T,TControl,TBuilder> Class > Bind Method : Bind(IEnumerable<T>) Method
A collection to specify the source collection.
Configurates C1.Web.Mvc.ItemsBoundControl<T>.ItemsSource. Sets ItemsSource settings with a collection.
Syntax
'Declaration
 
Public Overloads Overridable Function Bind( _
   ByVal value As IEnumerable(Of T) _
) As TBuilder
public virtual TBuilder Bind( 
   IEnumerable<T> value
)

Parameters

value
A collection to specify the source collection.

Return Value

Current builder.
See Also

Reference

ItemsBoundControlBuilder<T,TControl,TBuilder> Class
ItemsBoundControlBuilder<T,TControl,TBuilder> Members
Overload List